/*
Theme Name: Kimbo
Theme URI: https://www.vivathemes.com/wordpress-theme/kimbo/
Description:  Responsive business theme.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 4.1
Tags: black, gray, white, two-columns
Text Domain: kimbo
Domain Path: /languages/

Kimbo Theme, (C) 2018 Viva Themes

*/


body, html {
	height:100%;
}
body {
	background: #fff;
	color: #999;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 185%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-x: hidden;
}

h1 {
	font-size: 26px;
	color: #3f3f3f;
	margin-top: 20px;
	text-transform: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h2 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 22px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h3 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h4 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h5 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
p {
	margin-top: 6px;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
}

.wrapper {
	max-width: 1248px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

/* header */

#header {
	/* width: 100%;
	float: left;
	clear: left;
	padding-bottom: 10px;
	margin-bottom: 1px;
	box-shadow: 0 3px 6px 3px #ccc; */
	 width: 100%;
    float: left;
    position: fixed;
    clear: left;
    background-color: #ffffff;
    padding-bottom: 10px;
    z-index: 1000;
    margin-bottom: 1px;
    box-shadow: 0 3px 6px 3px #ccc;
}

.headerin {
	max-width: 1248px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#logo {
	width: 120px;
	float:left;
	margin-top: 7px;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo a img {
	float: left;
	margin-right: 10px;
	max-width: 100%;
	height: auto;
}

#logo h1 a, #logo h1 {
	font-weight: 700;
	margin: 0;
	margin-top: 45px;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	line-height: 100%;
}

h2.site-description {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}

/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 8px;
}
#searchform input#s {
	margin:0;
	padding:2px;
	width: 157px;
	padding-left: 3px;
	background: #fff;
	border: solid 1px #ccc;
	height:20px;
	font-size:11px;
	padding-top:2px;
}
#searchform input#searchsubmit {
	display: none;
}

/* Main Menu */

#mainmenu {
	width: 85%;
	float: right;
	margin-top: 52px;
	*width: 700px; /* IE7 only hack */
}

.mmenu { display: none; }

.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


.mainnav ul {
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 1000;
	margin-left: 25px;
}

.mainnav a {
	display: block;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	font-family: 'Open Sans', arial, helvetica;
	text-transform: none;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}


.mmenu li:nth-child(8) a,
.mainnav li:nth-child(8) a {
	color: #000;
	font-weight: 600;
}

.mmenu li:nth-child(8) a::before,
.mainnav li:nth-child(8) a::before {
	content: "\f437";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 16px;
	vertical-align: middle;
	color: #DE9B67;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	margin-right: 5px;
}

.mainnav li:last-child a {
	background: #ffffff;
	color: #000;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
}

.mmenu li:last-child a {
	background: #ffffff;
	color: #000;
}

.mainnav li:last-child {
	margin-left: 0px;
}

.mainnav li:last-child.current-menu-item a,
.mainnav li:last-child a:hover {
	color: #000000;
	
}

.mainnav li:last-child span {
	display: block;
}

.mainnav li span {
	color: #303030;
	font-weight: 400;
	font-family: 'Open Sans', arial, helvetica;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	color: #DE9B67;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 37px;
	background: #fff;
	border: solid 2px #eaeaea;
	width: 170px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 170px;
	top: -3px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	margin: 0;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav li li span {
	display: none;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {
	
}

.mainnav li li a,
.mainnav li li a:link, 
.mainnav li li a:visited {	
	display: block;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding-right: 0;
	font-size: 12px;
	padding-left: 12px;
	line-height: 193%;
	color: #303030;
}

.mainnav li li.current-menu-item a,
.mainnav li li a:hover {
	text-decoration: none !important;
	border: none !important;
	color: #999;
}

/**************************
*
*	Slideshow
*
**************************/

#slidecontainer {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	/* margin: 0; */
	margin: 89px 0px 0px 0px;
}
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
	margin-bottom: 0px !important;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.5) url(images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
	display: none;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_pag {
	margin-top: -50px;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
	text-align: center;
}
.camera_prev > span {
	display: block;
	height: 40px;
	width: 40px;
}

.camera_prev:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
	content: '\f430';
	color: #fff;
}

.camera_next {
	right: 0;
	text-align: center;
}
.camera_next > span {
	display: block;
	height: 40px;
	width: 40px;
}

.camera_next:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
	content: '\f429';
	color: #fff;
}

.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	height: 40px;
	width: 40px;
}

.camera_play:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
	content: '\f452';
	color: #fff;
}

.camera_stop:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
	content: '\f448';
	color: #fff;
}

.camera_commands > .camera_stop {
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.camera_caption {
	position: absolute;
	top: 30%;
	left: 10%;
}

.camera_caption > div {
}

.camera_caption,
.camera_effected {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	background: rgba(222,155,103,.7);
	z-index: 999;
	padding-left: 3%;
	padding-right: 3%;
	color: #fff;
}

.camera_caption h2 {
	font-size: 44px;
	color: #fff;
	font-weight: 900;
	text-transform: none;
	line-height: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 20px;
	display: block;
}

.camera_caption p {
	width: 100%;
	float: left;
	clear: left;
}

.camera_caption .belowpost {
	display: none;
}

.camera_caption a.slidemore {
	float: left;
	clear: left;
	display: block;
	background: #fff;
	padding: 10px 35px;
	border-radius: 30px;
	margin-top: 20px;
	color: #C97E44;
	font-weight: 700;
	text-decoration: none;
}

.camera_caption a.slidemore:hover {
	opacity: .6;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background:#C97E44;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #fff;
	background: rgba(0,0,0, 0.5);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff;
	background: rgba(255,255,255, 0.5);
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}

/* Front Widget */

.frontwidget {
	width: 80%;
	float: left;
	clear: left;
	margin-top: 50px;
	margin-left: 10%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.frontwidget .widget-title {
	color: #000;
	text-transform: none;
}

.frontwidget .widget-title h2 {
	color: #000;
	text-transform: none;
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.camera_caption h2::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: rgba(255,255,255,.7);
	margin-top: 25px;
	margin-bottom: 0;
	display: block;
}

.frontwidget .widget-title h2::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: #C37B40;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.frontwidget p {
}

/* Featured Posts Section */

#services {
	width: 100%;
	float: left;
	clear: left;
}

.servicespost {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	text-align: center;
	margin-top: 10px;
}

.servicespost .belowpost {
	display: none;
}

#services .servicespost:nth-child(3) {
	margin-right: 0;
}

.spostcontent {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #F5F4EF;
	min-height: 180px;
	font-size: 14px;
	line-height: 160%;
}

.servicespost h2.entry-title {
	margin-bottom: 10px;
	padding: 0;
	line-height: 100%;
	font-size: 24px;
}

.servicespost h2.entry-title,
.servicespost h2.entry-title a {
	font-size: 24px;
	color: #C37B40;
	text-transform: none;
	text-align: center;
	font-weight: bold;
}



.servicespost h2.entry-title::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: #C37B40;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}


.attachment-kimbo-servicesthumb {
	transition: all 0.3s;
}

a.shover {
	display: block;
}

.attachment-kimbo-servicesthumb:hover {
	transform:scale(1.1);
}

.servicespost h2.entry-title a:hover {
	opacity: .6;
}

.servicespost a.more-link {
	text-decoration: none;
	border: solid 2px #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.btnmore {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0 25px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border: solid 1px #999;
	border-radius: 2px;
}

.btnmore:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btnmore:before {
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: -100%;
}

.icon-arrow:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	line-height: 40px;
	color: #333;
	text-align: center;
}

.btnmore span {
 
    display: inline-block; 
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

/* Button 5a */
.btnmore:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btnmore:hover:before {
	top: 0;
}

.smallserv {
	width: 100%;
	float: left;
	margin-top: 40px;
	position: relative;
}

.orline {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 13px;
	background: #C37B40;
	z-index: -1;
}

.smallserv h3 {
	color: #666;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

.smallserv h3 span {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

p.smallservp {
	width: 70%;
	margin-left: 15%;
	text-align: center;
	line-height: 155%;
}

a.servclick {
	width: 31%;
	display: block;
	position: relative;
	background: #F5F4EF;
	float: left;
	margin-right: 3.5%;
	text-align: center;
	margin-top: 15px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 0;
	padding-bottom: 50px;
	font-size: 14px;
	text-decoration: none;
	color: #999;
	line-height: 155%;
	height: 190px;
}

a.servclick:hover {
	opacity: .7;
}

a.servclick h3 {
	font-size: 22px;
	margin-top: 36px;
	color: #C37B40;
	text-transform: none;
	font-weight: bold;
}

a.servclick p {
	margin-top: 10px;
}

a.servclick h3::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: #C37B40;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 13px;
	display: block;
}

a.servclick:nth-child(6) {
	margin-right: 0;
}


.sunicon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: -50px;
}

.sunicon1 {
	background: url('images/sun1.png') no-repeat;
}

.sunicon2 {
	background: url('images/sun2.png') no-repeat;
}

.sunicon3 {
	background: url('images/sun3.png') no-repeat;
}

/* Projekte */

.frontprojekte {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 90px;
}

.featuredprojekte {
	width: 49%;
	float: left;
}

.featuredprojekte a {
	display: block;
	width: 49%;
	float: left;
	margin-right: 2%;
	text-decoration: none;
	line-height: 70%;
	margin-bottom: 12px;
}

.projektepage a:hover,
.featuredprojekte a:hover {
	opacity: .6;
}

.projektepage a {
	display: block;
	width: 23%;
	float: left;
	margin-right: 2.6%;
	text-decoration: none;
	line-height: 70%;
	margin-bottom: 12px;
}

.projektepage a:nth-child(4n+4) {
	margin-right: 0;
}

.featuredprojekte a:nth-child(2n+2) {
	margin-right: 0;
}

.rightprojekte {
	width: 49%;
	float: right;
	background: #F5F4EF;
	height: 413px;
	box-sizing: border-box;
	padding: 80px;
	text-align: center;
}

.rightprojekte h2 {
	color: #000;
	text-transform: none;
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.rightprojekte h2::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: #C37B40;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.rightprojekte p {
	width: 60%;
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.rightprojekte a {
	padding: 10px 30px;
	background: #A6C1CA;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
}

.rightprojekte a:hover {
	opacity: .6;
}


/* Front Contact Form */

.frontcontact {
	width: 49%;
	float: left;
	background: #E78F47;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.frontcontact h2 {
	color: #fff;
	font-family: 'Dancing Script', cursive;
	text-transform: none;
	font-size: 44px;
	margin: 0;
	padding: 0;
	line-height: 120%;
	margin-top: 30px;
}

.frontcontact h2::after {
	content:' ';
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.frontcontact .wpcf7 {
	width: 100%;
	margin-top: 30px;
}

.frontcontact .wpcf7 p {
	width: 50%;
	float: left;
	clear: none;
	margin: 0;
	margin-bottom: 20px;
}

.frontcontact .wpcf7 p:nth-child(6) {
	width: 100%;
}

.frontcontact .wpcf7 input {
	width: 70%;
	float: left;
	margin-left: 10%;
	padding: 8px 5%;
	background: rgba(255,255,255,.3);
	color: #fff;
	border: none;
	border-radius: 22px;
	outline: none;
}

.frontcontact .wpcf7 input::placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
	font-weight: bold;
}

.frontcontact .wpcf7 p:nth-child(6) input {
	width: 20px;
	border: none;
	margin-left: 2%;
	margin-top: -2px;
}

.frontcontact .wpcf7 input.wpcf7-submit {
    width: auto;
    cursor: pointer;
    border: none;
    text-transform: none;
	background: #fff;
    color: #333;
	float: none;
    width: 120px;
	float: right;
	margin-right: -60px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    height: auto;
	font-size: 15px;
}

.frontcontact .wpcf7 input.wpcf7-submit:hover {
	border: none;
	background: #fff;
	opacity: .6;
}


.rightcontact {
	width: 49%;
	float: right;
	margin-top: 15px;
}

.infoadress {
	width: 100%;
	float: left;
	background: #F5F4EF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 10px;
}

div#custom_html-3 {
    width: 49%;
    float: left;
	margin-left: 1%;
}

.infoadress p {
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-top: 20px;
	margin-bottom: 0;
}

.adcolumn {
	width: 28%;
	float: left;
	margin-left: 3.6%;
	margin-top: 0;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 24px;
}

.adcolumn h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}

.adcolumn h3 span {
	clear: left;
	width: 100%;
	display: block;
}

.adcolumn h3::before {
    content: "\f437";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    line-height: 100px;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100px;
	height: 100px;
	background: #A6C2CD;
	border-radius: 50px;
	margin-bottom: 10px;
}

.adcolumn h3.second::before {
	content: "\f417";
}

.adcolumn h3.third::before {
	content: "\f410";
}

.newsletter {
	width: 100%;
	float: left;
	margin-top: 24px;
	box-sizing: border-box;
	padding: 20px;
	background: #A6C2CD;
}

.newsletter p {
	width: 40%;
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 150%;
	margin-left: 20px;
}

.newsletter .subscribeform {
	width: 50%;
	float: right;
	position: relative;
	margin-top: 5px;
}

.subscribeform input.mailform {
	width: 70%;
	position: absolute;
	right: 20%;
	background: #F5F4EF;
	padding: 16px 8px;
	padding-left: 12px;
	color: #999;
	border-radius: 22px;
	border: none;
	z-index: 1;
	outline: none;
}

.subscribeform input.subtn {
	background: #E78F47;
	padding: 16px 8px;
	border-radius: 22px;
	border: none;
	position: absolute;
	right: 0;
	width: 30%;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}
	

#nav_menu-2 {
	width: 49%;
	float: left;
	margin-top: 20px;
	margin-left: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav_menu-2 ul li:nth-child(1),
#nav_menu-2 ul li:nth-child(8),
#nav_menu-2 ul li:nth-child(9) {
	display: none;
}

#nav_menu-2 ul li {
	list-style: none;
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav_menu-2 ul li ul {
	display: none;
}

#nav_menu-2 ul li a {
	color: #A6C2CD;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2 ul li a:hover {
	opacity: .7;
}

#custom_html-2 {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
	border-top: solid 1px #eaeaea;
}

.testsection {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #F5F4EF;
}



.testsection h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
	color: #E78F47;
}

h3.testimonial-heading {
	color: #333;
	font-size: 22px;
}

.logocar {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
	box-sizing: border-box;
	border: solid 1px #eaeaea;
	padding-top: 40px;
}

.logocar h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 32px;
	color: #000;
}

.logo-carousel-free {
    float: left;
    clear: left;
    width: 100%;
    height: 100px;
}

.logo-carousel-free .wpl-logo img {
	margin: 0 auto;
	max-height: 70px;
}


/* Content Section */

#contentwrapper {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 40px;
}

.home #contentwrapper {
	margin-top: 0;
}

#content {
	width: 70%;
	float: left;
	margin-bottom: 40px;
}

#contentfull {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

/* content */


.attachment-blogthumb {
	margin: 0;
	padding: 0;
}

.type-page,
.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 100px;
}
.entry {
	float: left;
	clear: both;
}

h1.page-title, h1.entry-title, h2.entry-title {
	margin:0;
	padding: 0;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #000;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	padding-bottom: 5px;
	line-height: 120%;
	word-wrap: break-word;
}

h2.entry-title,
h2.entry-title a {
	text-decoration: none;
	color: #000;
	text-align: left;
	text-transform: none;
	font-size: 24px;
	line-height: 120%;
}

h1.page-title {
	margin-bottom: 30px;
}

#greybar {
	width: 80%;
	float: left;
	clear: left;
	margin-top: 10px;
	padding: 20px 10%;
}

.home #greybar {
	background: none;
	margin-top: 20px;
	margin-bottom: 0;
}

.taxonomy-description {
	font-style: italic;
	margin-bottom: 20px;
}

.post ul {
}
.post li {
	margin-left: 15px;
}
.entry p {
	margin: 8px 0;
}
.belowpost {
	width: 100%;
	float: left;
	height: 50px;
	position: relative;
	margin-top: 10px;
}
.postdate {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin-bottom: 5px;
	color: #3f3f3f;
}

.attachment-kimbo-blogthumb {
	opacity: 0;
}

p.singletags {
	line-height: 32px;
}
p.singletags a {
	text-decoration: none;
	border: solid 1px #eaeaea;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
p.singletags a:hover {
	background: #eaeaea;
}
p.singletags:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: top;
	content: '\f302';
}
ol {
	margin: 10px;
}
ul {
	margin: 5px;
}
/* Portfolio */

.homeportfolio {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.homeportfolio .servicespost {
	margin-top: 0;
}

.homeportfolio h2.homeport {
	color: #000;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

.homeportfolio a {
	display: block;
	line-height: 70%;
}

.homeportfolio .spostcontent {
	padding-bottom: 10px;
	padding-top: 20px;
	min-height: 90px;
}

.homeportfolio .servicespost:nth-child(3n+4) {
	margin-right: 0;
}

.page-template-template-portfolio .homeportfolio {
	margin-top: 0;
}

.page-template-template-portfolio .servicespost:nth-child(3n+3) {
 	margin-right: 0;
}

.attachment-kimbo-portothumb {
	line-height: 70%;
	margin-bottom: 0;
	transition: all 0.3s ease;
}

.attachment-kimbo-portothumb:hover {
	transform:scale(1.1);
}

/* Right Sidebar*/

#rightbar {
	width: 240px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 0;
}

#rightbar .widgets {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #eaeaea;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 20px;
	float: left;
	clear: left;
	font-size: 14px;
}

#rightbar h2 {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}
#rightbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}
#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}
#rightbar ul li a {
	border: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	color: #333;
}
#rightbar ul li a:hover {
	text-decoration: underline;
}
#rightbar a {
	text-decoration: underline;
}
#rightbar a:hover {
	border: none;
	text-decoration: none;
}

/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	/*float: left;
	clear: left;*/
	width: 70%;
}
.wpcf7 textarea, .wpcf7 input {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: 100%;
	border: solid 2px #eaeaea;
	height: 30px;
	background: none;
}
.wpcf7 textarea {
	height: auto;
}
.wpcf7 input.wpcf7-submit {
	width: auto;
	cursor: pointer;
	border: none;
	border: solid 2px #eaeaea;
	text-transform: uppercase;
	color: #3f3f3f;
	padding: 8px 25px;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-ms-transition:     all 0.7s ease;
	-o-transition:      all 0.7s ease;
	height: auto;
}
.wpcf7 input.wpcf7-submit:hover {
	color: #999;
	background: #eaeaea;
	border: solid 2px #eaeaea;
}
.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	text-transform: none;
}
/* misc */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 max-width: 100%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, #contentwrapper img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #eaeaea;
	text-align: center;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 10px;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 1px solid white;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 100%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #fff;
	font-size: 14px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
	margin: 0;
	padding: 0;
}
.gallery br+br {
	display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
p {
	margin-top: 6px;
}
#archivelist {
	float:left;
	margin-right: 0;
}
#archivelist ul li {
	list-style: none;
	line-height: 35px;
}
#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}
#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}
#archivelist ul li a:hover {
	text-decoration: none;
}
ol {
	margin: 10px;
	padding: 0;
}
ul {
	margin: 5px;
	padding: 0;
}
.sticky {
}
.bypostauthor {
}
p.form-allowed-tags {
	display: none;
}
/* Blog Page Navigation */

.pagination {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
}

.pagination span, .pagination a {
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	padding: 10px 16px; 
	margin-right: 5px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 2px #999;
	color: #3f3f3f;
	font-weight: 700;
}

.pagination a:hover,
.pagination .current {
   padding: 10px 16px; 
	margin-right: 5px;
	color: #999;
	border: solid 2px #ccc;
	font-size: 12px;
	text-transform: uppercase;
}

/* Post Navigation */

.post-navigation {
	width: 100%;
	float: left;
	height: 40px;
	clear: none;
	margin-top: 5px;
}
.post-navigation .nav-previous {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
.post-navigation .nav-next {
	width: 40px;
	height: 40px;
	float: left;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a {
	border: solid 2px #eaeaea;
	width: 40px;
	height: 40px;
	display: block;
	color: #999;
	text-align: center;
	text-decoration: none;
}
.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover {
	color: #3f3f3f;
}
.post-navigation .nav-previous a:before {
	content: '\f430';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
}
.post-navigation .nav-next a:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
#commentform p {
}
#commentform a {
	text-decoration: none;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
#comments {
	width:100%;
	clear: both;
	float: left;
}
#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}
#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
}
#author, #email, #url {
	height:16px;
}
#submit {
	cursor:pointer;
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	background: none;
	color: #666;
	text-transform: uppercase;
}
#submit:hover {
	background: #eaeaea;
}
#comments {
	margin:0;
	padding:0;
}
#respond h3, #comments h2 {
	color: #3f3f3f;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Lato', arial, helvetica, sans-serif;
}
.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	padding: 2px 10px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 12px;
}
.reply a.comment-reply-link:hover {
	background: #eaeaea;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 15px;
}
.avatar {
	float:left;
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}
ol.commentlist li.comment {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
	width: 70%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
}
ol.commentlist li ul.children {
	width: 80%;
}
ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
ol.commentlist li.alt {
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
}
ol.commentlist a {
	text-decoration: none;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
/* footer */

#footer {
	width: 100%;
	float: left;
	clear: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #666;
	background: #F5F4EF;
	position: relative;
}

#copyinfo {
	width: 30%;
	float: left;
	margin-left: 5%;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	clear: both;
	text-align: left;
	font-size: 14px;
}

#custom_html-4 {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 10px;
	background: #fff;
}

#custom_html-4 img {
	width: 130px;
	height: auto;
}

#nav_menu-2 {
	margin-top: 80px;
}

#copyinfo a {
	text-decoration: underline;
	color: #eaeaea;
}
#copyinfo a:hover {
	text-decoration: none;
}

#footer h3 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-right: 15px;
	margin-top: 8px;
	clear: none;
	line-height: 150%;
}

/* Social Media Menu */

#menu-social .screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}

#menu-social {
	width: auto;
	float: right;
	margin-right: 5%;
	height: 32px;
	text-align: right;
	margin-top: 0;
}

#menu-social ul {
	list-style: none;
	margin:  0;
	text-align: center;
	float: right;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
}
		
#menu-social ul li a {
	display:  inline-block;
	width: 38px;
	height: 38px;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
	margin-left: 7px;
	margin-bottom: 0;
	border: none;
	color: #fff;
	background: #E78F47;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
		
#menu-social ul li a:hover {
	opacity: .7;
}

#menu-social ul li a:hover::before {
	color: #fff;
}

#menu-social li a::before {
	content:        '\f408';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 38px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
}
			
#menu-social li a[href*="facebook.com"]::before {
	content: '\f204';
}
			
#menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
}
			
#menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
}
			
#menu-social li a[href*="plus.google.com"]::before {
	content: '\f218';
}
			
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f209';
}
			
#menu-social li a[href*="github.com"]::before {
	content: '\f200';
}
			
#menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
}
			
#menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
}
			
#menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
}
			
#menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
}
			
#menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
}
			
#menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
}
			
#menu-social li a[href*="linkedin.com"]::before {
	content: '\f207';
}

#menu-social li a[href*="foursquare.com"]::before {
	content: '\f226';
}

#menu-social li a[href*="reddit.com"]::before {
	content: '\f222';
}

#menu-social li a[href*="digg.com"]::before {
	content: '\f221';
}

#menu-social li a[href*="getpocket.com"]::before {
	content: '\f224';
}

#menu-social li a[href*="path.com"]::before {
	content: '\f219';
}

#menu-social li a[href*="stumbleupon.com"]::before {
	content: '\f223';
}

#menu-social li a[href*="spotify.com"]::before {
	content: '\f515';
}

#menu-social li a[href*="twitch.tv"]::before {
	content: '\f516';
}

#menu-social li a[href*="dropbox.com"]::before {
	content: '\f225';
}

#menu-social li a[href*="/feed.com"]::before {
	content: '\f413';
}

#menu-social li a[href*="skype"]::before {
	content: '\f220';
}

#menu-social li a[href*="mailto"]::before {
	content: '\f410';
}

@media screen and (max-width: 1130px) {
	.camera_caption h2 {
		font-size: 34px;
	}
	
	/*.camera_caption p {
		display: none;
	} */
	
}

@media screen and (max-width: 980px) {
	
	 html {
 		-webkit-text-size-adjust: none;
	}
	
	
	#mainmenu {display: none;}
	
	.mmenu {
  		display: block;
  		font-size: 14px;
  		width: 100%;
  		float: left;
  		clear: left;
	}

	.mmenu ul {
  		list-style: none;
  		padding: 0;
  		text-align: left;
  		position: relative;
  		margin: 0;
  		margin-bottom: 10px;
		display: none;
	}
	
	.mmenu ul li {
  		float: left;
  		*display: inline;
  		zoom: 1;
  		position: relative;
	}

	.mmenu ul li span.arrow {
  		display: block;
  		/* "display:none" to hide arrows for the non-mobile nav */
  		position: absolute;
  		top: 32px;
  		color: #000;
  		width: 20px;
  		left: 50%;
  		margin-left: -10px;
  		text-align: center;
  		font-size: 7px;
  		z-index: 5;
  		cursor: pointer;
	}

	.mmenu ul li a {
  		display: block;
  		color: #000;
  		padding: 15px 20px;
  		border-bottom: 1px solid #ccc;
  		text-decoration: none;
		font-weight: 700;
		letter-spacing: 1px;
		font-size: 11px;
		text-transform: uppercase;
	}

	.mmenu ul li ul {
  		list-style: none;
  		padding: 0;
  		display: none;
  		position: absolute;
  		left: 0;
  		width: 160px;
  		margin-bottom: 0;
	}

	.mmenu ul li ul li {
  		width: 160px;
	}

	.mmenu ul li ul li a {
  		background: #eaeaea;
  		border-bottom: 1px solid #ccc;
  		display: block;
  		padding: 15px;
	}

	.mmenu ul li ul li a:hover {
  		color: #656565;
	}

	.mmenu ul li.current-menu-item a,
	.mmenu ul li:hover a {
  		color: #DE9B67;
	}

	.mmenu ul li:hover a:hover {
 		color: #656565;
	}

	.mmenu ul li:hover ul {
  		display: block;
	}

	.mmenu ul li:hover ul a {
  		color: #656565;
	}

	.mmenu ul li:hover ul a:hover {
  		color: #656565;
	}

	.mmenu .nav-bars {
  		display: none;
  		position: absolute;
    	right: 5%;
    	width: 40px;
		height: 40px;
		text-align: center;
    	top: 25px;
    	color: #333;
    	font-size: 24px;
    	cursor: pointer;
    	clear: none;
		z-index: 4;
	}

	.mmenu .nav-bars::before {
		content: '\f419';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'Genericons';
		line-height: 40px;
		color: #000;
		-webkit-transition: all 0.3s ease;
  		-moz-transition:    all 0.3s ease;
  		-ms-transition:     all 0.3s ease;
  		-o-transition:      all 0.3s ease;
	}

	.opened .nav-bars::before {
		content: '\f406';
	}

	.mmenu .nav-bars i {
  		font-weight: bold;
	}

	.mmenu.mobile {
  		width: 100%;
	}

	.mmenu.mobile ul {
  		display: none;
		margin-top: 25px;
	}

	.mmenu.mobile ul li {
  		width: 100%;
  		float: none;
	}

	.mmenu.mobile ul li span.arrow {
  		display: block;
  		top: 6px;
  		font-size: 16px;
  		margin: 0;
  		right: 2px;
  		left: auto;
  		padding: 10px;
	}

	.mmenu.mobile ul li span.arrow:hover {
  		color: #aaa;
	}

	.mmenu.mobile ul li span.arrow.arrow-rotate {
 		 -webkit-transform: rotate(180deg);
      	-ms-transform: rotate(180deg);
          transform: rotate(180deg);
	}

	.mmenu.mobile ul li a {
  		padding: 10px;
		padding-left: 25px;
	}

	.mmenu.mobile ul li ul {
  		position: static;
  		width: 100%;
	}

	.mmenu.mobile ul li ul li {
  		width: 100%;
	}

	.mmenu.mobile ul li:hover a {
  		border-bottom: 1px solid #ccc;
	}

	.mmenu.mobile ul li:hover a:hover {
  	}

	.mmenu.mobile ul li:hover ul {
  		display: none;
	}

	.mmenu.mobile ul li:hover ul a {
  	}
	
	.mmenu.mobile ul li:hover ul a:hover {  
	}

	.mmenu.mobile .nav-bars {
  		display: block;
	}
	
	#menu-social {
		width: 45%;
	}
	
	#content { width: 100%; }
	
 	.camera_effected { display: none; }
 	
	.frontwidget .widget-title {
		width: 100%;
	}

	.frontwidget p {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	
	.servicespost {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
 	h2.entry-title a {
 		font-size: 34px;
 		line-height: 100%;
	}
 	.post {
 		margin-bottom: 50px;
	}
	
 	#bottomwidgets .widgets {
 		width: 100%;
		float: left;
		clear: left;
 		margin: 0;
 		padding: 0;
 		margin-bottom: 25px;
 		margin-top: 25px;
	}
 	.pagination {
 		text-align: center;
	}
 	.pagination span, .pagination a {
 		padding: 0;
 		margin-right: 5px;
 		margin-left: 5px;
 		text-transform: uppercase;
 		border: none;
 		font-size: 16px;
	}
	.pagination a:hover, .pagination .current {
 		padding: 0;
 		margin-right: 5px;
 		color: #333;
 		background: none;
 		border: none;
 		font-size: 16px;
 		margin-left: 5px;
	}
 	#rightbar {
 		width: 100%;
 		float: left;
 		clear: both;
		margin: 0;
	}
 	
	#slidecontainer {
		margin-top: 10px;
		clear: both;
	}
 	
}

@media screen and (max-width: 940px) {
	a.servclick { 
		width: 47%;
		margin-right: 6%;
		margin-bottom: 50px!important;
	}
	
	a.servclick:nth-child(5) {
		margin-right: 0;
	}
	
	.frontcontact,
	.rightcontact,
	.rightprojekte,
	.featuredprojekte {
		width: 100%;
	}
}

@media screen and (max-width: 686px) {
	a.servclick { 
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	a.servclick:nth-child(5) {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 768px) {
	/*.camera_caption {
		display: none!important;
	} */
	
	#footer h3 {
		display: none;
	}
	
	#menu-social {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 20px;
		margin-right: 0;
	}
	
	#menu-social ul {
		float: none;
	}
	
	#menu-social ul li a {
		margin-left: 4px;
		margin-right: 4px;
	}
	
	#copyinfo {
		width: 100%;
		clear: both;
		text-align: left;
		margin-left: 0;
	}
	
	.projektepage a {
		width: 48%;
		margin-right: 4%;
	}
	
	.projektepage a:nth-child(2n+2) {
		margin-right: 0;
	}
}
 
@media screen and (max-width: 480px) {
	
 	html {
 		-webkit-text-size-adjust: none;
	}
	
	.servicespost {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
 	.pagination {
 		text-align: center;
	}
 	.pagination span, .pagination a {
 		padding: 0;
 		margin-right: 5px;
 		margin-left: 5px;
 		text-transform: uppercase;
 		border: none;
 		font-size: 16px;
	}
	.pagination a:hover, .pagination .current {
 		padding: 0;
 		margin-right: 5px;
 		color: #333;
 		background: none;
 		border: none;
 		font-size: 16px;
 		margin-left: 5px;
	}
 	#rightbar {
 		width: 100%;
 		float: left;
 		clear: both;
		margin: 0;
	}
 	
 	#portfoliowrapper {
		float: left;
		margin-left: 0;
		width: 100%;
	}

	.portfolio-entry {
		width: 90%;
		padding: 5%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#breadcrumbs {
		height: 50px;
		margin-top: 10px;
		clear: both;
	}
	
	#slidecontainer {
		margin-top: 10px;
		clear: both;
	}
	
	#crumbs {
		display: none;
	}
	
	.frontprojekte {
		margin-top: 30px;
	}
	
	.rightprojekte p {
		display: none;
	}
	
	.rightprojekte {
		padding: 40px;
		height: auto;
	}
	
	.newsletter p,
	.newsletter .subscribeform,
	.frontcontact .wpcf7 p {
		width: 100%;
		float: left;
	}
	
	.newsletter .subscribeform {
		margin-bottom: 40px;
	}
	
	.frontcontact .wpcf7 input.wpcf7-submit {
		float: left;
	}
	
	.adcolumn {
		width: 80%;
		margin-left: 10%;
	}

}


#left {
    width: 47%;
    float: left;
    margin-right: 6%;
}
#right {
    width: 47%;
    float: left;
}
#contentwrapper img {
    max-width: 82%;
    height: auto;
}
.sub-menu{display:none;}
#greybar {
    display: none;
   }

#wpcf7-f296-p292-o1{           width: 82%;
    float: left;
    background: #E78F47;
    box-sizing: border-box;
    padding: 29px;
    text-align: center;
    color: #fff;
    margin-top: -71px;
    margin-left: 47px;}
#left1 {margin-left: -283px;}
#wpcf7-f296-p292-o1.wpcf7 textarea, .wpcf7 input {    
    float: left;
    margin-left: -2%;
    padding: 8px 5%;
    background: rgba(255,255,255,.3);
    color: black;
    border: none;
    border-radius: 22px;
    outline: none;}
input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;   
	width: 3%;
}
span.wpcf7-list-item {
margin: 0;
padding-bottom: 20px;
}
#buttonsherbime{     margin-left: 131px;
    margin-top: -17px;
    font-size: 12px;
    color: #151414;
    font-weight: 800;
    background-color: white;}
.clearfix{ margin-top: 32px;}
#kontakte {
       margin-top: 214px;
    border: 1px solid #bfc5cc;
    margin-left: -224px;

    background-color: #a9cbe0;}
#textareakontakt{
    width: 215%;
	 border: 1px solid #bfc5cc;
}
#idtextkontakt{    border: 1px solid #bfc5cc;}
#telkontakt{    border: 1px solid #bfc5cc;}
#textkontakt{    border: 1px solid #bfc5cc;}
#emailkontakt{    border: 1px solid #bfc5cc;}
.homeportfolio .spostcontent {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 25px;
    min-height: 90px;
}
#menu-item-19 a{    background: #A9C1CB!important;
    color: #fff!important;
    font-weight: 600;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 15px!important;}
#menu-item-291 a{background:#ffffff;
    color: #000;
    font-weight: 700;
    padding-left: 10px;
    margin-left: -10px!important;
    padding-right: 10px;
    border-radius: 15px;}
#aksesoreprodukte{border: 1px solid;}
.testsection h3 {
    text-align: center;
    margin-bottom: 20px;
    font-family: auto;
    font-size: 25px;
   background-color: #efb17f;
    color: #191716;
	text-transform: uppercase;
   }
.newsletter {
    width: 100%;
    float: left;
    margin-top: -31px;
    box-sizing: border-box;
    padding: 20px;
    background: #A6C2CD;
}
.testsection {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 2px;
    padding-bottom: 22px;
    background: #F5F4EF;
}
.adcolumn h3::before {
    content: "\f437";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 19px/1 'Genericons';
    line-height: 39px;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 38px;
    height: 37px;
    background: #A6C2CD;
    border-radius: 50px;
         margin-left: -145px;
    margin-bottom: -61px;
}
.adcolumn {
    width: 26%;
	    float: unset;
    margin-left: 8.6%;
    margin-top: 0;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: -3px;
}
.adcolumn h3 span {
   display: none!important;}
.infoadress {
    padding-bottom: 56px;
}
#custom_html-4 img {
    width: 191px;
    margin-left: -524%;
    height: auto;
}
.infoadress p {
   
    display: none;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 0;
}
.infoadress {
   padding-top: 0px;
    padding-bottom: 25px;
}
#custom_html-4 {
    background: #f5f4ef;
}
#nav_menu-2 h2{        margin-left: -383px;
	    margin-bottom: 24px;
    margin-top: -12px;
}
#nav_menu-2 ul li a {
    color: #32373c;
    text-decoration: none;
    font-size: 15px;
	font-weight: 100!important;
}
#nav_menu-2 ul li {
    list-style: none;
    width: 33.33%;
    float: unset;
    margin-left: -384px;
    padding: 0;
    text-align: center;
       padding-top: 0px;
    padding-bottom: 5px;
	    }
#nav_menu-2 {
    width: 0%;
    float: left;
    margin-top: 18px;
    margin-left: 9%;
    padding-top: 15px;
    padding-bottom: 15px;
}
#nav_menu-4{margin-top:1px;
    margin-left: -11%;
    float: left;}
#menu-produkte{list-style: none;}
#nav_menu-4 ul li a {
    color: #32373c;
    text-decoration: none;
    font-size: 15px;
	font-weight: 100!important;
}
#nav_menu-4 h2{   
	    margin-bottom: 20px;}
.form-group {
    width: 34%;
   margin-left: 96%;
}
#wpcf7-f902-o2{      margin-top: -306px!important;}
#custom_html-6 h2{   
	       margin-left: 840px;}
#contact-name{border: 1px solid;    max-height: 16px;
    font-size: 12px;}
#contact-email{border: 1px solid;    max-height: 16px;
    font-size: 12px;}
#contact-subject{border: 1px solid;    max-height: 16px;
    font-size: 12px;}
#contact-message{border: 1px solid;    max-height: 35px;
    font-size: 12px;}
.btn-primary1{border: 1px solid!important;    background-color: #a6c2cd!important;
    max-height: 29px!important;
    font-size: 12px!important;
    margin-top: -15px!important;
    margin-left: 5px!important;}
.footerlogo{width: 191!important;height: 116!important;}
.logo-carousel-free .wpl-logo img {
  margin-top: 17px!important;}
  #wpcf7-f296-p2581-o1 {
    width: 92%;
    height: 331px;
    float: left;
    background: #E78F47;
    box-sizing: border-box;
    padding: 29px;
    text-align: center;
    color: #fff;
    margin-top: -88px;
    margin-left: 1px;
}
#wpcf7-f2985-p292-o1{
     width: 92%;
    height: 331px;
    float: left;
    background: #E78F47;
    box-sizing: border-box;
    padding: 29px;
    text-align: center;
    color: #fff;
    margin-top: -88px;
    margin-left: 1px;
}
#postimet-blog .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #aecadc!important;
    margin-top: -53px;
    margin-left: 34px;
}
#postimet-blog h4 {
    color: #3f3f3f;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    font-family: auto;
}
#postimet-blog p {
    text-align: justify;
    width: 99%;
}
#wpcf7-f3911-p2858-o1{width: 92%;
    height: 357px;
    float: left;
    background: #E78F47;
    box-sizing: border-box;
    padding: 29px;
    text-align: center;
    color: #fff;
    margin-top: -88px;
    margin-left: 1px;}
    #post-2757 h4 {
    color: #3f3f3f;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    font-family: auto;
    }
    .wpml-ls-slot-9.wpml-ls-current-language, .wpml-ls-slot-9.wpml-ls-current-language a, .wpml-ls-slot-9.wpml-ls-current-language a:visited {
    color: #000000;
    text-transform: uppercase!important;
        margin-left: 29px!important;
}
#footer .menu-produkte-de-container{width: 137%;}
.wpml-ls-current-language img {margin-top: 7px;}
.wpml-ls-slot-9.wpml-ls-current-language, .wpml-ls-slot-9.wpml-ls-current-language a, .wpml-ls-slot-9.wpml-ls-current-language:after {
     font-family: "Genericons";
     content: "\f431";
   }


.grecaptcha-badge { 
visibility: hidden; 
}